@@ -16,6 +16,7 @@ nohup python main.py --port=8002 &>minipai2.log & |
||
16 | 16 |
* See http://askubuntu.com/questions/814/how-to-run-scripts-on-start-up |
17 | 17 |
* Running ``crontab -e`` will allow you to edit your cron. |
18 | 18 |
* Adding a line as below to it: |
19 |
+ |
|
19 | 20 |
``` |
20 | 21 |
@reboot /root/pai2/minipai2/startup.sh |
21 | 22 |
``` |